public interface CiscoMultiMediaEncryptionKeyInfo
The CiscoMultiMediaEncryptionKeyInfo
interface lets applications get information
about SRTP keys in video calls.
CiscoMultiMediaStreamsInfoEv
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithmID()
Returns the media encryption algorithm ID for the current stream.
|
byte[] |
getRxKey()
Returns the master key for the input stream.
|
int |
getRxMKIPresent()
Returns a CiscoMasterKeyIndicator for the input stream.
|
byte[] |
getRxSalt()
Returns the salt key for the input stream.
|
byte[] |
getTxKey()
Returns the master key for the output stream.
|
int |
getTxMKIPresent()
Returns a CiscoMasterKeyIndicator for the output stream.
|
byte[] |
getTxSalt()
Returns the salt key for the output stream.
|
byte[] getRxKey()
byte[] getRxSalt()
byte[] getTxKey()
byte[] getTxSalt()
int getAlgorithmID()
int getRxMKIPresent()
int getTxMKIPresent()